home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_b / expect / stack < prev    next >
Text File  |  1996-08-28  |  618b  |  15 lines

  1.  
  2. stack.c: (in function stack1)
  3. stack.c:10,2: Stack-allocated storage *x reachable from parameter x
  4.    stack.c:9,3: Storage *x becomes stack
  5. stack.c:10,2: Stack-allocated storage glob reachable from global glob
  6.    stack.c:8,3: Storage glob becomes stack
  7. stack.c: (in function f)
  8. stack.c:20,14: Stack-allocated storage &x reachable from return value: &x
  9. stack.c:31,11: Stack-allocated storage sa reachable from return value: sa
  10. stack.c:35,11: Stack-allocated storage sa reachable from return value: &sa[0]
  11.  
  12. Finished LCLint checking --- 5 code errors found, as expected
  13.  
  14. Finished LCLint checking --- no code errors found
  15.